home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / hmakeo30.zip / German / Beispiel.ini next >
Text File  |  1997-04-20  |  4KB  |  153 lines

  1. Settings of HyperMake (earlier version MakeIPF)
  2.  
  3.  
  4. //--------------------------------------------------------
  5. //General settings
  6.  
  7. Registration Code = 0
  8.  
  9. //possible settings: ENGLISH, GERMAN, PASCAL, C
  10. Language = GERMAN C
  11.  
  12. //beep when finishing compiling - possible settings: YES, NO
  13. beep = YES
  14.  
  15.  
  16. //--------------------------------------------------------
  17. //Format settings
  18.  
  19. //possible settings: IPF, HTML
  20. Target = HTML
  21.  
  22. //possible settings: ASCIIHARDRET, ASCIISOFTRET, WORDSTAR4
  23. source format = ASCIIHARDRET
  24.  
  25. //possible Settings: ISO, IBM
  26. source codepage = IBM
  27.  
  28.  
  29. //--------------------------------------------------------
  30. //specific characters
  31.  
  32. List chars = ■-
  33.  
  34. Index char = #
  35.  
  36. //highlighted char toggles
  37. //both HTML and IPF: 1 alternate  2 italic 3 bold 4 underlined
  38. //only IPF:          5 red 6 cyan 7 blue
  39. //only HTML:         8 strike 9 big 10 small 11 sub 12 sup
  40. //        123456789012
  41. toggles = ~$*_απΣ
  42. //possible ISO setting:  toggles = ~$*_«ñ■°Ñ╜┐¬
  43.  
  44. //characters not shown in index and duplicated heading
  45. index filter = ().
  46.  
  47. //language specific letters besides A...Z, a...z, -, 0...9
  48. //english '-
  49. //german äöüßÄÖÜ-
  50. extended letters = äöüßÄÖÜ-/2
  51.  
  52.  
  53. //--------------------------------------------------------
  54. //Font characters
  55.  
  56. //Font chars from A to Z and from a to z (case-sensitive!)
  57. //both HTML and IPF: size Linestandard OmitLinks PRE center
  58. //only IPF: Fontname codepage foregroundcolor BACKGROUNDCOLOR
  59. //only HTML: PHRASEELEMENT Color font1,font2,font3
  60. Font A = 15 Courier CODE
  61. Font b = Courier 12 PRE 437 black Linestandard OmitLinks
  62. Font z = Courier 12 CODE 437 black OmitLinks
  63. Font K = 30 Helv neutral Olive OmitLinks
  64. Font L = 25 Helv neutral Olive OmitLinks
  65. Font Z = 30 Helv yellow GREEN Maroon
  66. Font G = 15 Helv black
  67. Font T = 18 Tms_Rmn
  68. Font C = black Maroon
  69. Font p = 15 System_VIO yellow BLACK OmitLinks Maroon CODE
  70. Font o = OmitLinks
  71. Font c = 12 Tms_Rmn
  72. Font d = 17 Tms_Rmn
  73. Font e = 25 Tms_Rmn
  74. Font f = 12 Helv
  75. Font g = 17 Helv
  76. Font h = 25 Helv
  77. Font k = 25 Courier CODE
  78. Font R = 25 Helv red Red
  79. Font y = neutral Olive
  80.  
  81.  
  82. //--------------------------------------------------------
  83. //link specific settings
  84.  
  85. //endings in english words: s es 's ion ions ing ings
  86. ending of words = e s es n en 's
  87.  
  88. text for link to subchapters = $Unterkapitel:$ (Font y)
  89. text for link to next chapter = $nächstes Hauptkapitel:$ (Font y)
  90. //only HTML frames
  91. text for link to main chapter = zum Hauptkapitel
  92.  
  93. //possible Settings: PARAGRAPH, WINDOW
  94. no more links in = PARAGRAPH
  95.  
  96.  
  97. //--------------------------------------------------------
  98. //HTML specific settings (not IPF)
  99.  
  100. //first and last line in file
  101. title in every file = NO
  102.  
  103. function for first line = BACK FORWARD CONTENT INDEX
  104. text for first line =     zurück vorwärts Inhalt Stichwörter
  105. function for last line =  FORWARD CONTENT INDEX
  106. text for last line =      vorwärts Inhalt Stichwörter
  107.  
  108. //you can use buttons BACK.GIF FORWARD.GIF CONTENT.GIF INDEX.GIF instead of text
  109. buttons = YES
  110.  
  111. //enter tags or NO
  112. body tags = NO
  113.  
  114. entries for extended index = 30
  115.  
  116. //HTML text file is divided in several files.
  117. //Enter heading level where new file begins (0 means only one HTML text file)
  118. new file level = 3
  119.  
  120. //Enter heading level up to which has to be divided by horizontal rules
  121. //  (0 means no rules)
  122. horizontal rule level = 4
  123.  
  124. //Enter heading level up to which has to be shown in the HTML content file
  125. //  (6 means all levels, 0 means no content)
  126. content level = 6
  127.  
  128. //pre filename = XYZ* let all HTML files begin with XYZ
  129. pre filename = *
  130.  
  131. //possible settings: sample.html SAMPLE.HTML Sample.html SAMPLE.HTM Sample.htm sample.htm
  132. filename appearance = sample.html
  133.  
  134. default frame = _top
  135.  
  136. //here you can define the text appearing in the browser titlebar
  137. //enter DOCTITLE and/or HEADING and fixed text, e.g. a slash; NO means no text
  138. file title = DOCTITLE - HEADING
  139. meta content = DOCTITLE - HEADING
  140.  
  141. notes text = notes
  142.  
  143.  
  144. //--------------------------------------------------------
  145. //IPF specific settings (not HTML)
  146.  
  147. Help Subtable Start ID = 7000
  148.  
  149. //files will be overwritten without warning
  150. Helptable filename = HLPTABLE.RC
  151. Panel ID filename  = *.PAN
  152.  
  153.